⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bookcomment.js

📁 用最近的dojo1.2.1制作前端的ajax购书网站
💻 JS
字号:

var url;
var obj;
function getCommentURL(i,id,times)
{
 
url="BookComments?page="+i+"&book_id="+id+"&times="+times;


}
function getComment(i,id,times)
{
getCommentURL(i,id,times);

sendData(url);
 
}

function sendCommentURL(context,id)
{
url="SendBookComments?context="+context+"&book_id="+id;
 
}


function sendComment(context,id)
{
sendCommentURL(context,id);
sendData(url);

}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -