select o.*,u.realname,(select operation_name from operation where o.parent_id=operation_no limit1) 父菜单
from
operation o leftjoinuser u
on o.created=u.username
勤自省的博客一. 选择题(234) 1.下面中哪两个可以在 A 的子类中使用:( ) class A { protected int method1 (int a, int b) { return 0; } } A. public int method 1 (int a, int b) { return 0; } B.... } C.... }