搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

View actual sourcecode

  • 2 个回答
  • 1 人有此问题
  • 9 次查看
  • 最后回复者为 Birger52

more options

Developing a site with login. How do I see the actual source code of the page, after logging in? "View sourcecode" from menu, show me the login page, which is not what I need...

Developing a site with login. How do I see the actual source code of the page, after logging in? "View sourcecode" from menu, show me the login page, which is not what I need...

被采纳的解决方案

There are several ways to view the page source:

1. Rightclick on anywhere -> "View page source"

2. Press the Hotkey [Ctrl] + [U]

3. write "view-source:" infront of your url (e.g. view-source:https://google.com)

You can also use the Firefox developementtool "Inspector" by pressing [F12]

Many greets

定位到答案原位置 👍 0

所有回复 (2)

more options

选择的解决方案

There are several ways to view the page source:

1. Rightclick on anywhere -> "View page source"

2. Press the Hotkey [Ctrl] + [U]

3. write "view-source:" infront of your url (e.g. view-source:https://google.com)

You can also use the Firefox developementtool "Inspector" by pressing [F12]

Many greets

more options

Thx for answering.

view-source does the thing.

None of the others actually gives the sourcecode - some give Firebugs version of it [F12], and some give a version that is no longer valid - f.eks. after logging in, you get the code of the login page..