最赞回答 / xiaoma_0004
$(function(){ //首先定义全局JSON对象数组 var students=[{name:"zhansan",age:18},{name:"lisi",age:20},{name:"maliang",age:19}]; //初始化遍历,students是要遍历的对象的名字,function中第一个参数index是索引,每次+1递增,第二个参数item是数组中每个对象本身 ...
2019-02-19
最新回答 / 回头看我漂亮的坚持
(function($){ $.extend( { "focusColor":function(id) { var de_col="#fff"; var mo_col="#ccc"; $("#id").find("li").each(function() { $(this).mouseover(function() { ...
2019-02-17
最新回答 / 慕尼黑7231240
改成别的也行,例如$.ajax({ type:'post', url:"https://api.uxsw.cn/local/v1/user/student/login", LoginName:'username='+ $('#username').val(), PassWord:'password='+ $('#password').val(),这里我就把data改成了LoginName
2019-01-29
最新回答 / qq_野暖_asFZ01
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>自定义类级别插件</title> <link hre...
2018-12-19