摘要:
Math.Ceiling();向上取整Math.Ceiling()向上取整; d = 4.56789 string res = Math.Ceiling(Convert.ToDecimal(d)).ToString(); res=5Math.Floor()向下取整 ;string res = Mat 阅读全文
摘要:
urlEntity: //定义 package com.example.cc.ecustapp.Model;/** * Created by weijiawang on 2016/3/8. */public class UrlEntity { private String[] url; public 阅读全文