判断两个字符串是否相等:
用 ==
a='D:qccHDmap_statistics_opendrivepython_code' b='D:qccHDmap_statistics_opendrivepython_code' print(a==b)
返回值:True