Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是脚本新手,并试图为初学者使用 Bash 脚本。我陷入困境需要帮助;我正在尝试编写一个可以登录网站并输入用户名/密码并单击按钮的 shell 脚本。到目前为止,我已经尝试使用 wget 和 curl 但运气不佳......任何指针将不胜感激。
感谢和问候,
我不认为 bash 有这样的能力。你可以试试 pytho/mechanize。