There are 9 kinds of tower weapons, 9 kinds of creeps and 4 difficulty levels. You can use towers to besiege creeps in the game ,don't let the creeps hurt princess. There are more than 40 creeps will take turn to attack the princess and they will be
Python学习资源分享,包括:
1. Python环境安装
2. Python错误排查
3. Python常用函数查询与解释目录
3.1.7解决“ python unicode is not defined”错误
提示…
37
3.1.8解决“ Attribute error:'dict' object has no
attribute has key”错误提示
38
3.1.9解决“ ImportError: No module named urllib2”
错误提示
38
3.2常见错误
在wince 上对excel 文件的支持比较少,读比较麻烦,可以把excel 文件另存为csv文件,csv文件可以改后缀变成txt文件。
读txt的时候用 string.splite 分隔之下面是我自己写的只读的类
using System;
using System.Linq;
using System.Collections.Generic;
using System.Text;
using System.IO;