yibeimingyue

判断两个字符串是否相等:

用  ==

a=\'D:\qcc\HDmap_statistics_opendrive\python_code\'
b=\'D:\qcc\HDmap_statistics_opendrive\python_code\'
print(a==b)

返回值:True

分类:

技术点:

相关文章:

  • 2021-06-18
  • 2021-11-12
  • 2021-11-18
  • 2021-11-18
  • 2021-07-02
猜你喜欢
  • 2021-11-18
  • 2021-11-18
  • 2021-11-21
  • 2022-12-23
  • 2021-11-18
  • 2022-02-14
  • 2021-12-28
相关资源
相似解决方案