有可能让css不做某事吗?
例:
ol {
counter-reset: item;
}
ol.someClassname {
NOT counter-reset: item;
}
Run Code Online (Sandbox Code Playgroud)
我知道你应该只是切换类来使它工作.这不是一个真正的问题,我只是想知道它是否可行,谢谢
我做了一个MVC ASP.NET C#项目,主要是一个表单.
但是当我iframe正确的url时,它显示为空白
注意:我没有做任何关于iframe的代码
我需要打开一个选项才能使iframe成为可能吗?
FirefoxConsole Error message:
Load denied by X-Frame-Options: http://localhost:2053/Persons/Create does not permit cross-origin framing.
Chrome Error message:
Refused to display 'http://localhost:2053/Persons/Create' in a frame because it set 'X-Frame-Options' to 'SAMEORIGIN'.
Run Code Online (Sandbox Code Playgroud)