If you're going to give a public speech be sure that your skirt isn't tucked inside your pantyhose. Bleagh. Too stiff. If you're going to give a public speech, be sure that your skirt isn't tucked inside your pantyhose. This is better and more natural. ...
1 exports.showIndex = showIndex; 2 exports.showStudent = showStudent; 3 exports.show404 = show404; 4 5 function showIndex(req,res){ 6 res.writeHead(200,{"Content-Type":"text/html;charset=UTF8"}); 7 res.end("我是首页"); 8 } 9 10 function showStudent(req,res){ 11 var id = ...