是否可以使用REST或任何其他Web服务上传/下载文件并发送HTML代码?
这必须使用:PHP,Java或ASP.
我需要.active在页面上的活动任务菜单链接上添加类.我正在使用localhost,这里有几个示例网址:
http://localhost/webapp/index.php?task=validate
http://localhost/webapp/index.php?task=register
Run Code Online (Sandbox Code Playgroud)
和菜单的结构:
<div class="menu">
<ul class="sf-menu">
<li><a href="index.php">Inicio</a></li>
<li><a href="?task=validator">Validar</a></li>
<li><a href="?task=register">Registro</a></li>
</ul>
</div>
Run Code Online (Sandbox Code Playgroud)