1.创建一个html网页
注意:App打开的http网址需要用URL编码进行编码
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0,minimal-ui" name="viewport" />
<title> DeepLink Test</title>
</head>
<body>
<div style='padding:10px;'>
<h2>deeplink</h2>
<a>~~~~~~~~~~~~~~~~~~~~~~~~~~~生产环境~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</a>
<h4>网页打开 </h4>
<a href="http://...">测试链接</a><br />
<h4> App打开</h4>
<a href="可修改://WebView?url=http://...">App打开</a><br />
<br/>
</body>
</html>
2.打开WinScp,把创建的html放入特定的路径下,通过ip+端口号的形式访问