一: // 浏览文件夹(指定文件路径) function BrowseFolder() { try { var Message = "Please select the folder path."; //选择框提示信息 var Shell = new ActiveXObject("Shell.Application"); var Folder = Shell.BrowseForFolder(0, Message, 0x0040, 0x11); //起始目录为:我的电
来源:http://superuser.com/questions/300500/ubuntu-unable-to-edit-bashrc-file-because-of-readonly This is a vim issue, not a file permission issue. If you did not have read permission on the file, you'd see a "Permission denied" error. Do you invok