c# PadLeft,PadRight用法
摘要:
补位 string str = "100"; str.PadLeft(5,'0') 输出:00100 str.PadRight(5, '0') 输出:10000 阅读全文
posted @ 2016-10-11 16:26 淡泊以修身,宁静以养性 阅读(23665) 评论(0) 推荐(1)
posted @ 2016-10-11 16:26 淡泊以修身,宁静以养性 阅读(23665) 评论(0) 推荐(1)
posted @ 2016-10-11 15:10 淡泊以修身,宁静以养性 阅读(152) 评论(0) 推荐(0)
posted @ 2016-10-11 14:40 淡泊以修身,宁静以养性 阅读(9175) 评论(0) 推荐(0)