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.
タプル内でタプルを繰り返す方法はありますか?
私が何かをするなら
a = ((0, 1) * n)
私はまだ得る
a = (0, 1, 0, 1 ..... n times)
次のようなものが必要な場合はどうなりますか
a = ((0, 1), (0, 1) ... n times)
メールを受信したときにutf-8を機能させようとしています。フォームが入力されると、文字はコードとして表示されます。 ç /Ç は &$ を表示します。
「 header('Content-Type: text/html;charset=UTF-8'); 」を使用してみましたが、まだ機能