memo.xight.org

/ / memo.xight.org

2003-01-16

Javaで URI エンコードするには

- Summary
java.net.URIEncoder.encode() を使用する

- 使用法
public static String encode(String s, String enc) throws UnsupportedEncodingException

パラメータ s - 変換対象の String
enc - サポートされる「文字エンコーディング」の名前
戻り値 変換後の String
例外 UnsupportedEncodingException - 指定された文字エンコーディングがサポートされていない場合

- もっと具体的な使用法
String result = URIEncoder.encode("ほげ", "EUC-JP");

カテゴリ: [Java]
2003-01 /

Color Reference

ChangeLogを検索
携帯電話からアクセス!

カテゴリ

最近の話題

リンク

過去ログ

Google

QR Code

Since
2002-11-28
Update
2008-12-02 10:52
Copyright © 2005 xight.org All Rights Reserved.