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