使用IDEA载入目录
打开.aspx后进项代码分析
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ajax_getprice.aspx.cs" Inherits="purchase.purchase.ajax.ajax_getprice" %>
拖入dll反编译工具ILSpy中
分析可得

本文介绍如何使用IDEA加载项目目录并进行代码分析的过程,包括打开.aspx文件、使用C#进行页面设置,并通过反编译工具ILSpy进一步分析。
使用IDEA载入目录
打开.aspx后进项代码分析
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ajax_getprice.aspx.cs" Inherits="purchase.purchase.ajax.ajax_getprice" %>
拖入dll反编译工具ILSpy中
分析可得

1094

被折叠的 条评论
为什么被折叠?