您也可以输入包含相对引用的公式。
以一个方案和一个冒号开始的URI引用是绝对引用;否则,该引用就是相对引用。
A URI reference that starts with a scheme and a colon is absolute; otherwise, the reference is relative.
例如,php名称空间的最佳实践之一是,在代码中使用绝对引用完全限定名称空间,而不是相对引用。
For example, it is a best practice with PHP namespaces to fully qualify your namespaces within your code using with absolute references rather than relative references.
应用推荐