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の戻りデータを持っています.nameまたはidまたはtextareaで値の入力を取得する方法があるのだろうか...?
たとえば、データがあります: $data = $curl->get('abc.com')
データは Web ページで、input id="input" value="hello world" のようなものがあります
id = 入力で値を取得する方法はありますか?
JavaScript では、document.getElementById() で値を取得できます。