标签:
var id:String = "000000000" + msg.params[1];
var str:String = id.substr(-9, 9);
不足9位数 补0
原文地址:http://www.cnblogs.com/602147629/p/4898664.html