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.
2 つの単語名のデータベースがあり、それらの間にスペースがありますが、API 呼び出しを機能させるには、最初の単語と 2 番目の単語の間に %20 が必要です。
現在、mysql_query は Anas platyrhynchos を返します。Anas%20platyrhynchos を返す必要があります。
迅速な解決策はありますか?