标签: python telnet backslash
我想通过telnet使用python发送用户密码。密码可以是任何半角字符,例如“;'\;'\”。我怎样才能做到这一点?它不能直接将密码传递给telnet.write()。