代码
wv=(WebView)this.findViewById(R.id.wv);
wv.loadData(
"<html>"+"<body test=#000000>"+"<a href="http://www.baidu.com">www.baidu.com</a>"+"</body>"+"</html>",
"text/html",
"utf-8");
代码
wv=(WebView)this.findViewById(R.id.wv);
wv.loadData(
"<html>"+"<body test=#000000>"+"<a href="http://www.baidu.com">www.baidu.com</a>"+"</body>"+"</html>",
"text/html",
"utf-8");