240 发简信
IP属地:山东
  • python 常见字符串函数操作

    python中字符串常见用法:s = "abcdefg "print(len(s)) # 获取字符串长度print(len(s.strip())) # 去掉字符串前后的空格p...