码迷,mamicode.com
首页 > 其他好文 > 详细

前端的一些基础知识

时间:2016-05-17 19:26:45      阅读:138      评论:0      收藏:0      [点我收藏+]

标签:

1:div 中的id是惟一的,再调用是用#xx,而class是大家都可以调用的用.xx调用

2:<!doctype html>这个是h5的头声明 【不知道声明具体有什么含义】

3:<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> 这句话意思:引入标签声明,prefix指标签的类型:c,Spring,s等等。

4:在jquery中的 parseInt表示将字符串转化为整数

5: 在windows.location.href="/url" 当前页面打开URL页面,前面三个用法相同。location.href=url:直接将页面重定向url,location.hash则用来获取或设置页面的标签值

6:$在jsp中的作用:(一):${empty str}是否为空

                          (二):${user.username}取值

                          (三):${param.name}取页面表单的数据

7:

前端的一些基础知识

标签:

原文地址:http://www.cnblogs.com/isisbenben/p/5502597.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!