logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

jQuery-ajax-Ajax()方法和Servlet交互实例

前端部分:first:<input type="text" id="first">first3:<input type="text" id="first3"><button onclick="btn()">提交</button>first1:<input type="text" name="first1" id="result">...

#jquery#html5#ajax +2
CSS实现直角梯形

献上效果图:代码<div class="box"></div>CSS:.box {width: 300px;height: 0;border-width: 0px 150px 150px 0px;border-style: none solid solid;border-color: transparent transparent rgba(255, 0, 0, 1);}解

#css3#css#html5
到底了