比如 com.xx.web项目 引用了com.xx.service项目,怎么在com.xx.service.YYClass下获取到"com.xx.web"。 类似.net里面的Assembly.GetExecutingAssembly().GetName().Name。