<style>
.a{
cursor:pointer;
color: blue;
text-decoration:underline;
}
.t {border-collapse:collapse;}
.t td{border:1px solid #999999;padding:5px 5px;}
.t td {
border:1px solid #95b8e7;
}
</style>
相关文章
- visio如何让动态连接线的单箭头变成双箭头?
- OC单例模式的实现
- What is the difference between database table and database view?
- CMD Create Database & Table
- SAP技术 - How to create a CDS redirect view for a given database table
- .NET设计模式(1):1.1 单例模式(Singleton Pattern)
- Django学习笔记(7)——单表操作和多表操作
- Vue+DataTables warning:table id=xxxx -Cannot reinitialize DataTable.报错解决方法
- 巧用std::shared_ptr全局对象释放单例内存
- struts2的action是多例,servlet是单例