$(function() { var s = '1.5'; var a = parseInt(s) + 1; var b = s - (-1); var c = 1.234; var d = c | 0; var e = c.toFixed(0); });
这几个怎么样
相关分类