摘要: 此为一个JavaScript提取字符串的练习。code:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content=& 阅读全文
posted @ 2012-12-06 16:31 ChuanYue 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 1 <script language="VBScript"> 2 <!-- 3 Dim score() 4 ReDim score(3) 5 score(0) = 10 6 score(1) = 20 7 score(2) = 30 8 score(3) = 40 9 10 Dim cr : Dim msg11 cr = Chr(13) & Chr(10)12 ... 阅读全文
posted @ 2012-12-06 16:19 ChuanYue 阅读(163) 评论(0) 推荐(0) 编辑