摘要:
json2.js/* http://www.JSON.org/json2.js 2010-03-20 Public Domain. NO WARRANTY EXPRESSED OR IMPLIED. USE AT YOUR OWN RISK. See http://www.JSON.org/js.html This code should be minified before deployment. See http://javascript.crockford.com/jsmin.html USE YOUR OWN COPY. IT IS EXTREMELY UNWISE TO LOAD . 阅读全文
摘要:
/** * jQuery BASE64 functions * * <code> * Encodes the given data with base64. * String $.base64Encode ( String str ) *<br /> * Decodes a base64 encoded data. * String $.base64Decode ( String str ) * </code> * * Encodes and Decodes the given data in base64. * This encoding is desig 阅读全文
摘要:
<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"><head> <title></title></head><body> <canvas id="canvas" height="400" width="600" style="background: #333;"></canvas> <script type=" 阅读全文