绘图

<html> <head> <meta charset=utf-8" /> <title>canvas</title> </head> <body> <canvas id="myCanvas" width="300" height="300" style="border: 1px solid #d3d3d3;"> your bolowr is not draw! </canvas> <script> var c=document.getElementById("myCanvas"); var ctx=c.getContext("2d"); ...
2018-09-01 22:32 | 阅读 1307 次 | 评论 0 条

JSON示例

<html> <head> <meta charset="utf-8"/> <title> 我爱学英语 </title> <style type="text/css"> #btn{ width:100px; height:33px; background-color:green; } #english{ color:red; } #chinese{ color:#94AAD6; } span{ font-size:40px; font-align:center; } p{ padding-top:10px; wi...
2017-01-22 19:01 | 阅读 2246 次 | 评论 0 条
浏览231951次
最新评论