js粗略笔记一(杨中科)

来源:互联网 发布:甘肃广电网络投诉电话 编辑:程序博客网 时间:2024/06/11 21:31

js开发环境:视频中使用vs2008或者10,其实记事本是万能编辑器,高级点用editplus,dw,很多IDE都支持js,比如Eclipse等,但他们要不就是很大,要不就是安装配置比较麻烦。

第一个js demo如下截图上部分



<html><head><title></title></head><body><input type="button" value="dian"/><a href="javascript:alert('hello')">diandian</a>  <!-- 交由javascript引擎执行--><a href="1.html" onclick="alert('hello2')">dianji</a></body></html>


0 0
原创粉丝点击