好用的javascript编辑工具--spket


工具主页:http://www.spket.com/
可以作为eclipse一个插件使用

1、安装方法
   update url: http://www.spket.com/update/
   直接上http://www.spket.com/主页下载

2、配置方法
   参考http://www.spket.com/prototypejs.html prototype框架的设置,其他的jquery等框架类似

3、编写例子:
  1. /**
  2.  * 问题选项
  3.  * 
  4.  * @class
  5.  */
  6. function QOption(){
  7.     /**
  8.      * 是否客观题
  9.      * @type Number
  10.      */
  11.     this.isImpersonal = 1;
  12.     
  13.     /**
  14.      * 选项序号
  15.      * @type String
  16.      */
  17.     this.optionOrderNo = null;
  18.     
  19.     /**
  20.      * 选项分数
  21.      * @type Number
  22.      */
  23.     this.optionMark = 0;
  24.     
  25.     /**
  26.      * 是否标准答案
  27.      * @type Number
  28.      */
  29.     this.isRightKey = 0;
  30.     
  31.     /**
  32.      * 选项内容
  33.      * @type String
  34.      */
  35.     this.optionContent = null;
  36.     
  37.     /**
  38.      * 选项寓意
  39.      * @type String
  40.      */
  41.     this.optionImplication = null;
  42. };


能提供完整的注释、提示功能。
更多功能慢慢品味中.......
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值