やあみんな、私はこのサイト(http://grecni.com/texttwist.php)から単語/結果を取得するためのスクリプトを作成しているので、すでにhttpリクエストの投稿を用意しています。
今必要なのは単語を取得することだけなので、次のようなhtmlソースを使用しています。
<html>
<head>
<title>Text Twist Unscrambler</title>
<META NAME="keywords" CONTENT="Text,Twist,Text Twist,Unscramble,Free,Source,php">
</head>
<body>
<font face="arial,helvetica" size="3">
<p>
<b>3 letter words</b><br>sae sac ess aas ass sea ace sec <p>
<b>4 letter words</b><br>cess secs seas ceca sacs case asea casa aces caca <p>
<b>5 letter words</b><br>cacas casas caeca cases <p>
<b>6 letter words</b><br>access <br><br>
Found 23 words in 0.22962 seconds
<form action="texttwist.php" method="post">
enter scrambled letters and I'll return all word combinations<br>
<input type="text" name="l" value="asceacas" size="20" maxlength="20">
<input type="submit" name="button" value="unscramble">
<input type="button" name="clear" value="clear" onClick="this.form.l.value='';">
</form><p>
<a href=texttwist.phps>php source</a>
- it's kinda ugly, but it's fast<p>
<a href=/>back to my page</a>
</body>
</html>
「sae」、「sav」、「secs」、「seas」、「casas」などの単語を取得しようとしています。
何か助けはありますか?
これは私が得た中で最も遠いです、ここから何をすべきかわかりません。:リンクテキスト
助言がありますか?ヘルプ?