摘要: function check() { var result = true; $(".uploadfile").each(function () { if ($(this).val() == "") { alert("图片不能为空!"); //$('#from1').attr({ onsubmit: "return f... 阅读全文
posted @ 2018-09-01 14:56 德丽莎·阿波卡利斯 阅读(538) 评论(0) 推荐(0) 编辑
摘要: delegate string deleMethod(int a, string b); //声明一个函数 string method(int c, string d){ return c+d; } string method2(int c, string d){ return c*(int)d; } //1.通过函数名赋值 deleMethod A = method; A... 阅读全文
posted @ 2018-09-01 14:06 德丽莎·阿波卡利斯 阅读(78) 评论(0) 推荐(0) 编辑