09 2016 档案
摘要:javascript 要点 1 JavaScript:写入 HTML 输出 document.write("<h1>This is a heading</h1>"); 2 JavaScript:对事件作出反应 <button type="button" onclick="alert('Welcome
阅读全文
摘要:POST请求请在HTTP Header中设置 Content-Type:application/json,否则接口调用失败 获取AccessToken Https请求方式: GET https://oapi.dingtalk.com/gettoken?corpid=id&corpsecret=sec
阅读全文
摘要:javascript基础部分 1 数据类型: 基础数据类型(通过typeof来检测):Number,string,undefined,null,boolean,function typeof只能检测:number,string,boolean,undefined,function,object,无法
阅读全文