在好例子网,分享、交流、成长!
您当前所在位置:首页Java 开发实例Java语言基础 → java可视化界面eclipse 插件 jigloo

java可视化界面eclipse 插件 jigloo

Java语言基础

下载此实例
  • 开发语言:Java
  • 实例大小:13.21M
  • 下载次数:5
  • 浏览次数:9
  • 发布时间:2023-10-26
  • 实例类别:Java语言基础
  • 发 布 人:chenxiaolan
  • 文件格式:.rar
  • 所需积分:2

实例介绍

【实例简介】java可视化界面eclipse 插件 jigloo
这个插件可以让eclipse支持可视化拖拉操作,写界面就和VC,C#的效果一样了。而且个人版它是免费的,商业版本才需要收费。 附件只要解压到eclipse 的安装目录下就可以了,或者把压缩文件里面相应的文件拷到对应的目录...

【实例截图】

from clipboard

【核心代码】

.
├── Jigloo
│   ├── Cloud Garden - Jigloo GUI Builder (SWT and Swing) for Eclipse.mht
│   ├── Java 可视化开发插件.zip
│   ├── features
│   │   └── com.cloudgarden.jigloo_4.6.4
│   │       ├── feature.xml
│   │       └── jigloo.gif
│   └── plugins
│       └── com.cloudgarden.jigloo_4.6.4
│           ├── about.ini
│           ├── about.properties
│           ├── beanIcons
│           │   ├── android
│           │   │   └── widget
│           │   │       ├── AbstractAction.gif
│           │   │       ├── Button.gif
│           │   │       ├── ButtonGroup.gif
│           │   │       ├── CheckBox.gif
│           │   │       ├── GridView.gif
│           │   │       ├── JCheckBoxMenuItem.gif
│           │   │       ├── JColorChooser.gif
│           │   │       ├── JDesktopPane.gif
│           │   │       ├── JDialog.gif
│           │   │       ├── JEditorPane.gif
│           │   │       ├── JFileChooser.gif
│           │   │       ├── JFormattedTextField.gif
│           │   │       ├── JFrame.gif
│           │   │       ├── JInternalFrame.gif
│           │   │       ├── JLabel.gif
│           │   │       ├── JList.gif
│           │   │       ├── JMenu.gif
│           │   │       ├── JMenuBar.gif
│           │   │       ├── JMenuItem.gif
│           │   │       ├── JOptionPane.gif
│           │   │       ├── JPanel.gif
│           │   │       ├── JPasswordField.gif
│           │   │       ├── JPopupMenu.gif
│           │   │       ├── JProgressBar.gif
│           │   │       ├── JRadioButton.gif
│           │   │       ├── JRadioButtonMenuItem.gif
│           │   │       ├── JScrollBar.gif
│           │   │       ├── JSeparator.gif
│           │   │       ├── JSlider.gif
│           │   │       ├── JSplitPane.gif
│           │   │       ├── JTextArea.gif
│           │   │       ├── JTextField.gif
│           │   │       ├── JTextPane.gif
│           │   │       ├── JToggleButton.gif
│           │   │       ├── JToolBar.gif
│           │   │       ├── JTree.gif
│           │   │       ├── JWindow.gif
│           │   │       ├── LinearLayout.gif
│           │   │       ├── ListView.gif
│           │   │       ├── RelativeLayout.gif
│           │   │       ├── ScrollView.gif
│           │   │       ├── Spinner.gif
│           │   │       ├── TabHost.gif
│           │   │       └── TableLayout.gif
│           │   ├── com
│           │   │   ├── cloudgarden
│           │   │   │   ├── jigloo
│           │   │   │   │   ├── actions
│           │   │   │   │   │   └── ActionStub.gif
│           │   │   │   │   ├── groupLayout
│           │   │   │   │   │   └── GroupLayout.gif
│           │   │   │   │   └── properties
│           │   │   │   │       └── AbsoluteLayout.gif
│           │   │   │   └── layout
│           │   │   │       └── AnchorLayout.gif
│           │   │   └── jgoodies
│           │   │       └── forms
│           │   │           └── layout
│           │   │               └── FormLayout.gif
│           │   ├── de
│           │   │   └── gebit
│           │   │       └── s2j
│           │   │           └── smalltalk
│           │   │               └── gui
│           │   │                   └── EnfinLayout.gif
│           │   ├── info
│           │   │   └── clearthought
│           │   │       └── layout
│           │   │           └── TableLayout.gif
│           │   ├── java
│           │   │   └── awt
│           │   │       ├── BorderLayout.gif
│           │   │       ├── Canvas.gif
│           │   │       ├── CardLayout.gif
│           │   │       ├── FlowLayout.gif
│           │   │       ├── GridBagLayout.gif
│           │   │       └── GridLayout.gif
│           │   ├── javax
│           │   │   └── swing
│           │   │       ├── AbstractAction.gif
│           │   │       ├── BoxLayout.gif
│           │   │       ├── BoxLayout_1.gif
│           │   │       ├── BoxLayout_2.gif
│           │   │       ├── ButtonGroup.gif
│           │   │       ├── JButton.gif
│           │   │       ├── JCheckBox.gif
│           │   │       ├── JCheckBoxMenuItem.gif
│           │   │       ├── JColorChooser.gif
│           │   │       ├── JComboBox.gif
│           │   │       ├── JDesktopPane.gif
│           │   │       ├── JDialog.gif
│           │   │       ├── JEditorPane.gif
│           │   │       ├── JFileChooser.gif
│           │   │       ├── JFormattedTextField.gif
│           │   │       ├── JFrame.gif
│           │   │       ├── JInternalFrame.gif
│           │   │       ├── JLabel.gif
│           │   │       ├── JList.gif
│           │   │       ├── JMenu.gif
│           │   │       ├── JMenuBar.gif
│           │   │       ├── JMenuItem.gif
│           │   │       ├── JOptionPane.gif
│           │   │       ├── JPanel.gif
│           │   │       ├── JPasswordField.gif
│           │   │       ├── JPopupMenu.gif
│           │   │       ├── JProgressBar.gif
│           │   │       ├── JRadioButton.gif
│           │   │       ├── JRadioButtonMenuItem.gif
│           │   │       ├── JScrollBar.gif
│           │   │       ├── JScrollPane.gif
│           │   │       ├── JSeparator.gif
│           │   │       ├── JSlider.gif
│           │   │       ├── JSpinner.gif
│           │   │       ├── JSplitPane.gif
│           │   │       ├── JTabbedPane.gif
│           │   │       ├── JTable.gif
│           │   │       ├── JTextArea.gif
│           │   │       ├── JTextField.gif
│           │   │       ├── JTextPane.gif
│           │   │       ├── JToggleButton.gif
│           │   │       ├── JToolBar.gif
│           │   │       ├── JTree.gif
│           │   │       └── JWindow.gif
│           │   ├── net
│           │   │   └── miginfocom
│           │   │       ├── swing
│           │   │       │   └── MigLayout.gif
│           │   │       └── swt
│           │   │           └── MigLayout.gif
│           │   └── org
│           │       ├── eclipse
│           │       │   ├── jface
│           │       │   │   ├── dialogs
│           │       │   │   │   └── ProgressIndicator.gif
│           │       │   │   └── viewers
│           │       │   │       ├── ListViewer.gif
│           │       │   │       ├── TableTreeViewer.gif
│           │       │   │       ├── TableViewer.gif
│           │       │   │       └── TreeViewer.gif
│           │       │   └── swt
│           │       │       ├── awt
│           │       │       │   └── SWT_AWT.gif
│           │       │       ├── browser
│           │       │       │   └── Browser.gif
│           │       │       ├── custom
│           │       │       │   ├── CBanner.gif
│           │       │       │   ├── CCombo.gif
│           │       │       │   ├── CLabel.gif
│           │       │       │   ├── CTabFolder.gif
│           │       │       │   ├── CTabItem.gif
│           │       │       │   ├── SashForm.gif
│           │       │       │   ├── ScrolledComposite.gif
│           │       │       │   ├── ScrolledComposite_2816.gif
│           │       │       │   ├── StackLayout.gif
│           │       │       │   ├── StyledText.gif
│           │       │       │   ├── TableTree.gif
│           │       │       │   └── TableTreeItem.gif
│           │       │       ├── layout
│           │       │       │   ├── FillLayout.gif
│           │       │       │   ├── FormLayout.gif
│           │       │       │   ├── GridLayout.gif
│           │       │       │   └── RowLayout.gif
│           │       │       └── widgets
│           │       │           ├── Button.gif
│           │       │           ├── Button_16.gif
│           │       │           ├── Button_2.gif
│           │       │           ├── Button_32.gif
│           │       │           ├── Button_8.gif
│           │       │           ├── Canvas.gif
│           │       │           ├── Combo.gif
│           │       │           ├── Composite.gif
│           │       │           ├── CoolBar.gif
│           │       │           ├── CoolItem.gif
│           │       │           ├── Group.gif
│           │       │           ├── Label.gif
│           │       │           ├── Link.gif
│           │       │           ├── List.gif
│           │       │           ├── Menu.gif
│           │       │           ├── MenuItem.gif
│           │       │           ├── MenuItem_16.gif
│           │       │           ├── MenuItem_2.gif
│           │       │           ├── MenuItem_32.gif
│           │       │           ├── MenuItem_64.gif
│           │       │           ├── MenuItem_8.gif
│           │       │           ├── Menu_2.gif
│           │       │           ├── ProgressBar.gif
│           │       │           ├── Scale.gif
│           │       │           ├── Shell.gif
│           │       │           ├── Slider.gif
│           │       │           ├── TabFolder.gif
│           │       │           ├── TabItem.gif
│           │       │           ├── Table.gif
│           │       │           ├── TableColumn.gif
│           │       │           ├── TableItem.gif
│           │       │           ├── Text.gif
│           │       │           ├── Text_66.gif
│           │       │           ├── ToolBar.gif
│           │       │           ├── ToolItem.gif
│           │       │           ├── Tree.gif
│           │       │           ├── TreeColumn.gif
│           │       │           └── TreeItem.gif
│           │       └── jdesktop
│           │           └── layout
│           │               └── GroupLayout.gif
│           ├── context.xml
│           ├── html
│           │   ├── Thumbs.db
│           │   ├── app_tutorial
│           │   │   ├── Thumbs.db
│           │   │   ├── aboutDialog.png
│           │   │   ├── actions_done.png
│           │   │   ├── add_lib1.png
│           │   │   ├── add_lib2.png
│           │   │   ├── baseline.png
│           │   │   ├── drag_copy.png
│           │   │   ├── elements_added.png
│           │   │   ├── index.html
│           │   │   ├── new_app.png
│           │   │   ├── prefs.png
│           │   │   ├── remove_lines.png
│           │   │   ├── result.png
│           │   │   └── run.png
│           │   ├── book.css
│           │   ├── changes.html
│           │   ├── changes31.html
│           │   ├── changes35.html
│           │   ├── changes38.html
│           │   ├── changes380
│           │   │   ├── Thumbs.db
│           │   │   ├── addArchive.PNG
│           │   │   ├── alignmentAssistant.PNG
│           │   │   ├── anchorAssistant.PNG
│           │   │   ├── errors.PNG
│           │   │   ├── frame.PNG
│           │   │   ├── grid1.PNG
│           │   │   ├── gridEdgeOptions.PNG
│           │   │   ├── gridPrefs.PNG
│           │   │   ├── jiglooPrefs.PNG
│           │   │   ├── leftToolbar.PNG
│           │   │   ├── lnfPref.PNG
│           │   │   ├── menuButton1.PNG
│           │   │   ├── menuButton2.PNG
│           │   │   ├── paletteEditor.PNG
│           │   │   ├── propCategory.PNG
│           │   │   ├── propCategory2.PNG
│           │   │   └── timeoutPref.PNG
│           │   ├── changes381
│           │   │   ├── Thumbs.db
│           │   │   ├── borland.PNG
│           │   │   ├── non-setters.PNG
│           │   │   ├── parsing.PNG
│           │   │   ├── quickTable.PNG
│           │   │   └── tabList.PNG
│           │   ├── changes381.html
│           │   ├── changes382
│           │   │   ├── Thumbs.db
│           │   │   └── focusCyclePolicy.PNG
│           │   ├── changes382.html
│           │   ├── changes390
│           │   │   ├── Thumbs.db
│           │   │   └── groupLayout2.PNG
│           │   ├── changes390.html
│           │   ├── changes40
│           │   │   ├── Thumbs.db
│           │   │   ├── accelEditor.png
│           │   │   ├── action2button.png
│           │   │   ├── actionDropdown.png
│           │   │   ├── actionUnderButton.png
│           │   │   ├── alignment.png
│           │   │   ├── appFwrkPropertyEditor.png
│           │   │   ├── index.html
│           │   │   ├── newButton.png
│           │   │   ├── newRoot.png
│           │   │   └── surroundBy.png
│           │   ├── code.html
│           │   ├── editing.html
│           │   ├── editor.html
│           │   ├── getting_started.html
│           │   ├── images
│           │   │   ├── GBL1.PNG
│           │   │   ├── GBL2.PNG
│           │   │   ├── GBL3.PNG
│           │   │   ├── GBL4.PNG
│           │   │   ├── GBL5.PNG
│           │   │   ├── GBL6.PNG
│           │   │   ├── GBL7.PNG
│           │   │   ├── SWT_inside_Swing.PNG
│           │   │   ├── Swing_inside_SWT.PNG
│           │   │   ├── Thumbs.db
│           │   │   ├── ViewPart.PNG
│           │   │   ├── add_cont.png
│           │   │   ├── align.PNG
│           │   │   ├── anchor1.PNG
│           │   │   ├── anchor2.PNG
│           │   │   ├── anchor3.PNG
│           │   │   ├── anchor4.PNG
│           │   │   ├── anchor5.PNG
│           │   │   ├── builder_example.PNG
│           │   │   ├── cursor_move.gif
│           │   │   ├── custom.PNG
│           │   │   ├── customPref.PNG
│           │   │   ├── custom_layout1.PNG
│           │   │   ├── events1.PNG
│           │   │   ├── events2.PNG
│           │   │   ├── events3.PNG
│           │   │   ├── examples.PNG
│           │   │   ├── formLayout.PNG
│           │   │   ├── grid_edge1.PNG
│           │   │   ├── grid_edge2.PNG
│           │   │   ├── grid_edge3.PNG
│           │   │   ├── grid_move.PNG
│           │   │   ├── i18n.PNG
│           │   │   ├── images.PNG
│           │   │   ├── inherited_dec.gif
│           │   │   ├── jcu_obj.gif
│           │   │   ├── jigloo_horiz_split.PNG
│           │   │   ├── jigloo_vert_split.PNG
│           │   │   ├── laf.PNG
│           │   │   ├── laf2.PNG
│           │   │   ├── layoutConstraints1.PNG
│           │   │   ├── layoutConstraints2.PNG
│           │   │   ├── layoutConstraints3.PNG
│           │   │   ├── local_element.PNG
│           │   │   ├── move1.PNG
│           │   │   ├── move2.PNG
│           │   │   ├── move3.PNG
│           │   │   ├── multi-sel1.PNG
│           │   │   ├── multi-sel2.PNG
│           │   │   ├── newComposite1.jpg
│           │   │   ├── newForm1.PNG
│           │   │   ├── newForm2.PNG
│           │   │   ├── newForm3.PNG
│           │   │   ├── new_comp_dialog.png
│           │   │   ├── open_existing.PNG
│           │   │   ├── outline1.PNG
│           │   │   ├── outline_actions.PNG
│           │   │   ├── palette1.PNG
│           │   │   ├── parsing1.PNG
│           │   │   ├── parsing_now.gif
│           │   │   ├── parsing_off.gif
│           │   │   ├── prefs1.PNG
│           │   │   ├── prefs2.PNG
│           │   │   ├── prefs3.PNG
│           │   │   ├── prefs4.PNG
│           │   │   ├── prefs5.PNG
│           │   │   ├── prefs6.PNG
│           │   │   ├── preview.gif
│           │   │   ├── project.gif
│           │   │   ├── project.jpg
│           │   │   ├── project_linux.jpg
│           │   │   ├── props_editor1.PNG
│           │   │   ├── props_editor2.PNG
│           │   │   ├── run_exec.gif
│           │   │   ├── sourceOptions.PNG
│           │   │   ├── sourceOptions2.PNG
│           │   │   ├── styles.png
│           │   │   ├── table_layout.PNG
│           │   │   ├── text_edit.png
│           │   │   ├── text_edit2.png
│           │   │   └── toggle.gif
│           │   ├── inheritance.html
│           │   ├── intro.html
│           │   ├── layouts.html
│           │   ├── menus_etc.html
│           │   ├── other.html
│           │   ├── outline_page.html
│           │   ├── preferences_page.html
│           │   ├── properties_editor.html
│           │   ├── styles_etc.html
│           │   ├── swing_tutorial
│           │   │   ├── Thumbs.db
│           │   │   ├── aboutAction1.png
│           │   │   ├── aboutAction2.png
│           │   │   ├── aboutDialog.png
│           │   │   ├── accelerator.png
│           │   │   ├── action_code1.png
│           │   │   ├── add_dialog.png
│           │   │   ├── add_lib.png
│           │   │   ├── alignment.png
│           │   │   ├── bottom_right_button.png
│           │   │   ├── cancel_button.png
│           │   │   ├── cancel_button_dlg.png
│           │   │   ├── compliance.png
│           │   │   ├── drag_action.png
│           │   │   ├── edit_font.png
│           │   │   ├── edit_txt_1.png
│           │   │   ├── edit_txt_2.png
│           │   │   ├── index.html
│           │   │   ├── index_de.html
│           │   │   ├── index_german.html
│           │   │   ├── link_widths.png
│           │   │   ├── maxed.png
│           │   │   ├── menu2.png
│           │   │   ├── menu_bar.png
│           │   │   ├── new_frame.png
│           │   │   ├── open_jigloo.png
│           │   │   ├── outline_dlg.png
│           │   │   ├── prefs.png
│           │   │   ├── preview.png
│           │   │   ├── prop_category.png
│           │   │   ├── rubber_band.png
│           │   │   ├── run.png
│           │   │   ├── set_layout.png
│           │   │   ├── surround_by.png
│           │   │   ├── titled_border.png
│           │   │   └── two_butts.png
│           │   ├── swt_tutorial
│           │   │   ├── Thumbs.db
│           │   │   ├── about_dialog1.png
│           │   │   ├── add_ctabitem.png
│           │   │   ├── align.png
│           │   │   ├── browser1.png
│           │   │   ├── browser2.png
│           │   │   ├── center_align.png
│           │   │   ├── dispose_code.png
│           │   │   ├── go_align.png
│           │   │   ├── go_anchor.png
│           │   │   ├── go_button.png
│           │   │   ├── index.html
│           │   │   ├── newDialog.png
│           │   │   ├── new_comp.png
│           │   │   ├── preview.png
│           │   │   ├── prop_category.png
│           │   │   ├── selected_event.png
│           │   │   └── surround_by.png
│           │   └── tips.html
│           ├── icons
│           │   ├── Thumbs.db
│           │   ├── form.gif
│           │   └── jigloo.gif
│           ├── jigloo.jar
│           ├── lib
│           │   ├── TableLayout.jar
│           │   ├── android_cg.jar
│           │   ├── appFramework-1.0.jar
│           │   ├── asm-all-3.3.jar
│           │   ├── forms-1.1.0.jar
│           │   ├── jdom.jar
│           │   ├── jnlp.jar
│           │   ├── looks-2.1.4.jar
│           │   ├── miglayout-3.5.5.jar
│           │   ├── swing-layout-1.0.jar
│           │   ├── tagsoup-1.2.jar
│           │   └── xml.jar
│           ├── plugin.xml
│           ├── templates
│           │   ├── DisplayThread.txt
│           │   ├── appFramework
│           │   │   ├── SampleApplication.txt
│           │   │   ├── SingleFrameApplication.txt
│           │   │   └── resources
│           │   │       ├── SampleApplication.properties
│           │   │       ├── SingleFrameApplication.properties
│           │   │       └── icons
│           │   │           ├── exit.png
│           │   │           ├── new.png
│           │   │           ├── open.png
│           │   │           └── save.png
│           │   ├── getGUIBInstSWT.txt
│           │   ├── getGUIBInstSwing.txt
│           │   ├── rcp
│           │   │   ├── EditorPart.txt
│           │   │   └── ViewPart.txt
│           │   ├── showGUI.txt
│           │   ├── swing
│           │   │   ├── JApplet.txt
│           │   │   ├── JComponent.txt
│           │   │   ├── JDialog.txt
│           │   │   ├── JFrame.txt
│           │   │   ├── JInternalFrame.txt
│           │   │   ├── JPanel.txt
│           │   │   └── SwingApp.txt
│           │   ├── swingflowershop
│           │   │   ├── FlowerFamilyEditor.txt
│           │   │   ├── FlowerPanel.txt
│           │   │   ├── FlowerPanelBeanInfo.txt
│           │   │   ├── FlowerPanelCustomizer.txt
│           │   │   ├── FlowerShop.txt
│           │   │   ├── ShopFrame.txt
│           │   │   └── icons
│           │   │       └── flower_panel.gif
│           │   ├── swingslidergame
│           │   │   └── SliderGame.txt
│           │   ├── swt
│           │   │   ├── Composite.txt
│           │   │   ├── Control.txt
│           │   │   ├── Dialog.txt
│           │   │   └── SWTApp.txt
│           │   ├── swtbrowser
│           │   │   └── SWTBrowserExample.txt
│           │   ├── swtdummyeclipse
│           │   │   ├── DummyEclipse.txt
│           │   │   └── icons
│           │   │       ├── build_exec.gif
│           │   │       ├── close_view.gif
│           │   │       ├── debug_exec.gif
│           │   │       ├── emptyBox.gif
│           │   │       ├── form.gif
│           │   │       ├── jcu_obj.gif
│           │   │       ├── jperspective.gif
│           │   │       ├── new_persp.gif
│           │   │       ├── new_wiz.gif
│           │   │       ├── package.gif
│           │   │       ├── package_obj.gif
│           │   │       ├── print_edit.gif
│           │   │       ├── prop_ps.gif
│           │   │       ├── resource_persp.gif
│           │   │       ├── run_exec.gif
│           │   │       ├── sample.gif
│           │   │       ├── save.gif
│           │   │       ├── save_edit.gif
│           │   │       ├── saveas_edit.gif
│           │   │       ├── stipple.gif
│           │   │       ├── tickBox.gif
│           │   │       └── view_menu.gif
│           │   ├── swtflowershop
│           │   │   ├── FlowerFamilyEditor.txt
│           │   │   ├── FlowerPanel.txt
│           │   │   ├── FlowerPanelBeanInfo.txt
│           │   │   ├── FlowerPanelCustomizer.txt
│           │   │   ├── FlowerShop.txt
│           │   │   ├── ShopFrame.txt
│           │   │   └── icons
│           │   │       └── flower_panel.gif
│           │   └── swtinheritance
│           │       ├── AbstractParentComposite.txt
│           │       └── ChildComposite.txt
│           ├── toc.xml
│           ├── toc_building.xml
│           ├── toc_other.xml
│           ├── toc_parts.xml
│           └── toc_starting.xml
└── java可视化界面eclipse 插件 jigloo.rar

75 directories, 472 files


实例下载地址

java可视化界面eclipse 插件 jigloo

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警