.ajax({
 url:'http://localhost:57440/Uploads/pic/',
 type:'HEAD',
 error: function()
 {
 //file not exists
 },
 success: function()
 {
 //file exists
 }
});
文章標籤
全站熱搜
創作者介紹
創作者 程式小試身手 的頭像
程式小試身手

程式小試身手

程式小試身手 發表在 痞客邦 留言(0) 人氣(449)