写法1: <html> <head> <title></title> <script language="javascript" type="text/javascript"> function dbClick() { alert(2); } function attClick() { alert(1); } function load() { var b = document.getElementById…
1.磁盘图片缓存器DiskImageCache 1.1.这个类很多情况都可能用的到,耦合性很低,所以分开讲. 源代码: /* * Copyright 2017 GcsSloop * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a co…