- 浏览: 4785 次
- 性别:
- 来自: 石家庄
最近访客 更多访客>>
文章列表
时钟模拟器!
.xml文件源代码!
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill ...
android初学,对其中的各个文件不是很明白,java文件中声明调用的都是哪里的类?等等。。。
反正是上课没好好听,纠结,求高手指点!
<html>
<head>
<title>typewriter</title>
<style>
.box{font-size:20;color:red}
</style>
<script language="JavaScript">
var max=0;
function textlist() //自己的对象,存储字符串
{
max=textlist.arguments.length;
for (i=0; i<max; i++)
this[i]=textlis ...