摘要:
http://www.runoob.com/python3/python3-list.html 列表的数据项不需要具有相同的类型 列表的创建 1.用[] lq=["李明","张三","李四","王五"] 2.列表名=list(容器) str1=["我爱我的祖国"] lb=list(str1) #创建 阅读全文
posted @ 2019-03-08 11:29
天子骄龙
阅读(190)
评论(0)
推荐(0)
摘要:
常用字符串函数 #include <iostream> #include <string> #include <tchar.h> int main() { char a[] = "ab李明"; //窄字节 wchar_t w[] = L"ab中国"; //宽字节 TCHAR t[] = _T("ab 阅读全文
posted @ 2019-03-08 08:08
天子骄龙
阅读(2729)
评论(0)
推荐(0)

浙公网安备 33010602011771号