虽然我可以放置字符,但我不知道如何"输入"以便它可以在命令中运行一行和另一行.我对"发送文本"有同样的问题 - 我希望能够通过"输入"发送文本并让快捷方式运行它.
我将非常感谢你的帮助.
谢谢
我是Carnegie Mellon的新生,他在第一个任期内完全迷失了方向.
当我使用Beautiful Soup提出请求时,我被阻止为"僵尸".
import requests
from bs4 import BeautifulSoup
reddit1Link = requests.get("https://www.reddit.com/r/tensorflow/comments/650p49/question_im_a_techy_35_year_old_and_i_think_ai_is/")
reddit1Content =BeautifulSoup(reddit1Link.content,"lxml")
print(reddit1Content)
Run Code Online (Sandbox Code Playgroud)
然后我收到Reddit的消息说他们怀疑我是机器人.
我将衷心感谢您的帮助.
此致
艾萨克李
我试过了:
int** thread_args = malloc(24);
Run Code Online (Sandbox Code Playgroud)
和
int** thread_args = malloc(sizeof(int*) * 3);
Run Code Online (Sandbox Code Playgroud)
但我不断收到错误消息。
我将衷心感谢您的帮助!