// 填写JavaScript
function parse2Int(num) {
	return parseInt(0+num);
}