是的,我允许你们完全引用以上我的收益感悟。
引用程序集的首选方式就是使用完全引用,包括程序集名称、版本、区域性和公钥标记(如果存在)。
The preferred way to reference an assembly is to use a full reference, including the assembly name, version, culture, and public key token (if one exists).
您可以将它写成一个绝对引用或者完全没有前缀。 这种情况下,我们假设 JAR 文件同应用程序 JAR 在同一个目录下。
You could also write this as an absolute reference or without a prefix entirely, in which case it would be assumed that the JAR files were in the same directory as the application JAR.
应用推荐