Generated Image
摘要: 1 创建脚本块 1 2 隐藏脚本代码 1 在不支持JavaScript的浏览器中将不执行相关代码3 浏览器不支持的时候显示 12 Hello to the non-JavaScript browser.3 4 链接外部脚本文件 1 5 注释脚本 12// This is a comment3document.write(“Hello”); // This is a comment4/**... 阅读全文
posted @ 2007-05-18 23:43 桂圆 阅读(241) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/luqingfei/archive/2007/03/1... 用VS建两个项目(CustomControlSample, TestControl), 项目类型分别是类库(不是内裤!!!), Windows应用程序. using System.Windows.Forms; using System.Drawing; namespace Custo... 阅读全文
posted @ 2007-05-18 01:31 桂圆 阅读(736) 评论(0) 推荐(0) 编辑