data=“@/some/path”是什么意思在 Python 中是什么意思?
这是来自我正在查看的一些代码...我认为这是某种特殊格式字符串,它将路径处的文件加载到分配给数据的二进制字符串中,但我不确定当我尝试复制它时我得到的只是一个标准字符串。或者它实际上是一个标准字符串,而我读得太多了?
This is from some code I'm looking at... I think it's some sort of special format string that loads the file at the path into a binary string assigned to data, but I'm not sure as when I try to replicate it all I get is a standard string. Or is it actually a standard string and I'm reading too much into it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它实际上只是一个字符串。
It's actually just a string.