悦耳小蘑菇

文章
3
资源
0
加入时间
2年10月17天

thinkphp视图中插入php代码

性别: <?php if($item['sex'] == 1):?> 男 <?php else:?> 女 <?php endif;?>错误:<?php echo('00000000'):?> 因为语句不需要继续,不能冒号正确:&lt...

保存员工同时保存关联的部门

Dept.javapublic class Dept { private int id; private String deptName; public int getId() { return id; } public void setId(int id) { this.id = id; } public String getDeptName() { return