问题
Is it possible to select more than one element at a time in the Chrome Developer Tools Elements panel? Would be useful for deleting multiple sibling elements or quick re-ordering. I expected Command + Click
or Shift + Click
to do this but it didn't work.
回答1:
The answer is NO, it is not possible to select more than one element at a time in the Chrome Dev-Tools. You may refer to the Chrome Dev-Tools Tips and Tricks https://developer.chrome.com/devtools/docs/tips-and-tricks
回答2:
The Answer is NO: While you cannot select an arbitrary set of elements, you can modify settings of groups of elements indicated by tag or class.
回答3:
Go to the parent that contains all of the html elements that you want to influence ... edit as html. Then you can modify everything inside however you want!
回答4:
you can copy the entire html by right clicking on the highest html tag above and then select copy outer html(or copy as html in older versions)-> paste it in your code editor->save the document as .html ->click your formatter key combination to format the document(otherwise it would look terrible)->voila you can take whatever you need now.
来源:https://stackoverflow.com/questions/30489636/is-it-possible-to-select-multiple-elements-in-the-chrome-developer-tools-element