- 博客(5)
- 资源 (1)
- 收藏
- 关注
原创 android Intent 通过Uri打开文件,当文件地址出现特殊字符(#,“ ”,“[]”等)文件无法正常打开
@SuppressLint("SdCardPath") private void openFile() { File file = new File(mSavePath, fileName); //File file = new File("/mnt/sdcard/eola_download/"+fileName); if (!file.exists()) { retur
2014-07-30 17:28:45
1283
原创 js按键移动div
通过键盘移动图像body { background-image: url(images/game.jpg); background-repeat: repeat-y;}var advman = 0; function init() { advman = document.getElementById("man").style.pixelTop; } function m
2014-07-25 10:07:03
535
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人