可能重复: 如何使用指定的POST参数打开android浏览器?
我想做这样的事情:
startActivity(new Intent(Intent.ACTION_VIEW,Uri.parse(" http://www.somepage.com?par1=val1&par2=val2 "));
但我不想发送参数与get但是发帖.我怎么能这样做?
非常感谢纳瓦霍人
android http-post android-intent
android ×1
android-intent ×1
http-post ×1