1.markdown 代码块测试
看了下markdown的语法格式,测试
function onResume() {
if (debug){
alert('onResume');
}
if (curId) {
checkGameStatus(curId);
}
}