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.
我有一个 curl 返回数据,我想知道有什么方法可以使用名称或 id 或 textarea 获取值输入,...?
例如我有数据: $data = $curl->get('abc.com')
数据是一个网页,有类似 input id="input" value="hello world"
有什么方法可以通过 id = input 获得价值?
在 javascript 中,我们可以通过 document.getElementById() 获得价值