Javascript获得整数
{Code}
alert(Math.floor(3.14));//3 alert(Math.ceil(3.14));//4 alert(Math.round(3.14));//3 alert(Math.round(3.5));//4
{Code}
alert(Math.floor(3.14));//3 alert(Math.ceil(3.14));//4 alert(Math.round(3.14));//3 alert(Math.round(3.5));//4
YiiLib 专注于: 专业Web开发教程和专业Web开发服务
Copyright © 2011 - 2024 YiiLib.com(YiiBlog.info) - Designed & Developed by Boy.Lee
留言