模型
漫彧明柒
这个作者很懒,什么都没留下…
展开
-
jQuery对象和DOM对象互转
A:jQuery对象转成DOM对象(2种方法),jQuery对象是一个数组对象 第一种:[index] jQuery代码如下: var $cr=$(“#cr”); //jQuery对象 Var cr=$cr[0]; //DOM对象 Alert(cr.checked); //检测这个checkbox是否被选中了原创 2016-01-28 15:10:45 · 421 阅读 · 0 评论 -
数据模型的创建及设置值MoudeType
public class MoudeType { public string RGuid { get; set; } public string Name { get; set; } public string Type { get; set; } public string State {原创 2015-12-24 14:14:59 · 383 阅读 · 0 评论 -
创建类
创建类原创 2015-10-27 15:16:56 · 400 阅读 · 0 评论