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.
私は通常Wifi adbでデバッグします。すべて正常に動作します。しかし、デバイス名の長さは大きいです!.
通常は wifi IP + 5555 です。
この解決策を試しましたが、デバイス名は変わりません。
その名前を短くする方法は?
私はコードを書いていました: <?PHP $where='<something'; echo $where; ?> しかし、文字列 $where を '< something' ("<" の後にスペースを追加) に変更するまで何もエコーしません。なぜですか?
<?PHP $where='<something'; echo $where; ?>
<