电竞比分网-中国电竞赛事及体育赛事平台

分享

兼容火狐的AJAX

 走墨 2014-07-14
public String checkKey(){
String str="";
String key=request.getParameter("key");
String id=request.getParameter("id");
str=baseResourceAppManager.getCountByKey(key, id);
response.setContentType("text/html;charset=utf-8");
java.io.PrintWriter pw = null;
try {
pw = response.getWriter();
if (str.equals("1"))
{
pw.write("1");//數(shù)據(jù)庫(kù)中已經(jīng)有了該值
}else
{
pw.write("0");//數(shù)據(jù)庫(kù)中還沒有該值
}
} catch (java.io.IOException e) {
//異常默認(rèn)已經(jīng)存在
e.printStackTrace();
}
return null;
}

    本站是提供個(gè)人知識(shí)管理的網(wǎng)絡(luò)存儲(chǔ)空間,所有內(nèi)容均由用戶發(fā)布,不代表本站觀點(diǎn)。請(qǐng)注意甄別內(nèi)容中的聯(lián)系方式、誘導(dǎo)購(gòu)買等信息,謹(jǐn)防詐騙。如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請(qǐng)點(diǎn)擊一鍵舉報(bào)。
    轉(zhuǎn)藏 分享 獻(xiàn)花(0

    0條評(píng)論

    發(fā)表

    請(qǐng)遵守用戶 評(píng)論公約

    類似文章 更多