CI CodeIgniter框架library内部怎么加载其他类?

在A类里调用B类,则在A类class上面加上如下代码即可。

$CI =& get_instance();
$CI->load->library('B');