摘要:
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="utf-8" /> <title></title> <style type="text/css"> #menu { margin-lef 阅读全文
摘要:
num传入的数字,n需要的字符长度 function PrefixInteger(num, n) { return (Array(n).join(0) + num).slice(-n); } 例如:传入6,需要的字符长度为3,调用方法后字符串结果为:006 阅读全文
摘要:
书名:C++探秘:68讲贯通C++英文名:Exploring C++ : The Programmer’s Introduction to C++作者:[美] Ray Lischner(里斯纳)译者:刘晓娜 林健 石小兵 李杰出版社:人民邮电出版社版本/版次:2011年1月第1版,2011年1月北京 阅读全文