Specify a Root Path of your HTML directory for script links?

前端 未结 7 901
我在风中等你
我在风中等你 2020-12-23 03:11

I\'m writing a template for dreamweaver, and don\'t want to change the scripts for subfolder pages.

Is there a way to make the path relative to the root directory?

7条回答
  •  臣服心动
    2020-12-23 03:54

    / means the root of the current drive;

    ./ means the current directory;

    ../ means the parent of the current directory.

提交回复
热议问题